dl{
    margin-bottom: 0px;
}
.left-logo-img{
    display:inline-block !important;
}
.left-logo-title{
    display:none !important;
}
.pop_wrapper{
    position: relative;
    width:420px;
    height:141px;
    z-index:999;
}
.dl_wrapper{
    width:420px;
    height:141px;
    background:#ffffff;
    z-index:100;
    padding:0 19px;
    box-sizing: border-box;
}
.xiant {
    width:136px;
    height:104px;
    position: absolute;
    right:7px;
    top:50%;
    transform:translateY(-10%);
}
.xiant img{
    display: inline-block;
    width:136px;
    height:104px;
}
.dl_wrapper .z_tit{
    /*width:420px;*/
    height:50px;
    line-height: 50px;
    border-bottom: 1px solid #E8E8E8;
}
.z_tit span:nth-child(1){
    float:left;
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.z_tit span:nth-child(2){
    float:right;
    font-size:16px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:#999999;
}
.z_tit span:nth-child(2) b{
    color:#F93C3C;
    font-weight: normal;
}
.dl_wrapper ul{

}
.dl_wrapper ul li{
    width:31%;
    height:90px;
    display: inline-block;
    text-align: center;
    padding-top:19px;
    box-sizing: border-box;
}
.dl_wrapper ul li.border{
    width:1px;
    height:34px;
}
.dl_wrapper ul li span{
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    /*margin-bottom:10px;*/
}
.dl_wrapper ul li.border span{
    display: inline-block;
    width:1px;
    height:34px;
    background:rgba(232,232,232,1);
    margin-bottom: 9px;
}
.dl_wrapper ul li p{
    font-size:18px;
    font-weight:400;
    color:#999999;
    margin-bottom:0px;
    margin-top:10px;
}
.dl_wrapper ul li p strong{
    color:#FF8802;
    font-size: 28px;
}
/*.block-list-content{*/
/*    background: url("../../images/yfb/center-bg02.png") center no-repeat;*/
/*}*/
.content-img-bg{
    opacity: 80%;
    background: #013179 url("../../images/yfb/search-part-bg04.png") no-repeat center center;
    background-size: 1200px 530px;
}
.head-inner2.shouye{
    background: url("../../images/yfb/home-scroll-bg@2x.png") no-repeat center center;
    background-size: 1160px 125px;
}
.home-block-map{
    background: url("../../images/yfb/all-contry-zb-info02.png") center 60px no-repeat,
    url("../../images/yfb/left-top-zs.png") left top no-repeat,
    url("../../images/yfb/left-bottom-zs04.png") left bottom no-repeat,
    url("../../images/yfb/right-bottom-zs02.png") right bottom no-repeat,
    url("../../images/yfb/center-zs.png") center top no-repeat;
    background-color: #01317A;
    background-size: 660px 173px,699px 327px,518px 390px,795px 704px,1024px 969px;
}
.home-block-zhaobiao-list{
   padding-top:20px;
    background: url("../../images/yfb/all-contry-zb-info02.png") center 60px no-repeat,
    url("../../images/yfb/left-top-zs.png") left top no-repeat,
    url("../../images/yfb/left-bottom-zs04.png") left bottom no-repeat,
    url("../../images/yfb/right-bottom-zs02.png") right bottom no-repeat;
    background-color: #01317A;
    background-size: 660px 173px,699px 327px,518px 390px,795px 704px;
}
.content-img-logo{
    background: url("../../images/yfb/search-part-bg05.png") no-repeat;
    background-size: 426px 55px;
}
.content-count-detail{
    width:100%;
    position: absolute;
    top:200px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0;
}
.content-count-detail img,.content-count-detail span{
    display: inline-block;
    vertical-align: middle;
}
.content-count-detail span.title{
    font-size: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    margin-right:10px;
    margin-left:50px;
}
.content-count-detail span.count{
    font-size: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FFDE00;
}
.content-block-L-bottom {
    padding-bottom: 7px;
    box-sizing: border-box;
}
/*搜索滚动定位start*/
.home-block-top{
    margin-top:60px;
}
.head-inner-wrapper{
    position: fixed;
    left:0;
    right:0;
    top:0;
    z-index:110;
}
.header{
    opacity: 0;
    position:fixed;
    top:60px;
    left:0;
    right:0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.header.input-animate{
    opacity: 1;
    z-index: 109;
    animation: myAnimation 0.6s;
    -webkit-animation: myAnimation 0.6s; /*Safari and Chrome*/
}
.header.output-animate{
    opacity: 0;
    z-index: -1;
    animation: myLeaveAnimation 0.6s;
    -webkit-animation: myLeaveAnimation 0.6s; /*Safari and Chrome*/
}
/*搜索定位end*/
.open-and-close-btn{
    float:right !important;
}
.open-and-close-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    color: #2684FF !important;
    margin-right:3px;
    cursor: pointer;
    line-height: 1;
}
.open-and-close-btn img{
    display: inline-block;
    vertical-align: middle;
}
@keyframes myAnimation {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@-webkit-keyframes myAnimation{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes myLeaveAnimation {
    from{
        opacity: 1;
        z-index:109;
    }
    to{
        opacity: 0;
        z-index: -1;
    }
}
@-webkit-keyframes myLeaveAnimation{
    from{
        opacity: 1;
        z-index:109;
    }
    to{
        opacity: 0;
        z-index: -1;
    }
}
.head-inner a:hover{
    color:#779BD0;
}
.home-block-links{
    width:100%;
    background: #00265E;
}
.home-block-links .block-links-content{
    width:1200px;
    margin:0 auto;
    border-bottom: 1px solid #515F71;
    padding-bottom: 12px;
    box-sizing: border-box;
}
.home-block-links .block-link-title{
    font-size:20px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:#FFFFFF;
    text-align: center;
    padding:30px 0 28px 0;
}
.block-links-content li{
    float:left;
    width:200px;
    text-align: center;
    margin-bottom: 14px;
}
.block-links-content li a{
    font-size:14px;
    font-weight:400;
    color:#FFFFFF;
}
.block-links-content li a:hover,.hot-link-list dl a:hover{
    color:#779BD0;
}